Scheduler for WPF | ComponentOne
C1.Schedule Namespace / BaseStorage<T,TMappingCollection> Class / IndexOf Method
The System.Object to index.

In This Topic
    IndexOf Method (BaseStorage<T,TMappingCollection>)
    In This Topic
    Searches for the specified object and returns the index of the first occurrence within the entire list.
    Syntax
    'Declaration
     
    
    Public Overridable Function IndexOf( _
       ByVal value As Object _
    ) As Integer
    public virtual int IndexOf( 
       object value
    )

    Parameters

    value
    The System.Object to index.

    Return Value

    The index of value if found in the list; otherwise, -1.
    See Also